home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / smvid10.zip / SMARTVID.DOC < prev    next >
Text File  |  1992-05-03  |  4KB  |  130 lines

  1.  
  2.  
  3.  
  4.  
  5. SmartVid is copyright 1992 by Joe Smith, all rights reserved.
  6.  
  7. What is SmartVid?
  8.  
  9. SmartVid was created out of need for a way to setup SmartWare II
  10. on a network and allow a user to access on machines of varying
  11. video configurations without causing lockups.  Example:  User
  12. logs into the network on a monochrome machine and accesses
  13. SmartWare II.  Without SmartVid, if the driver is incorrect,
  14. Smart will attempt to load the configuration menu and allow the
  15. user to select the proper driver.  If the driver is then set to
  16. monochrome, and the user later logs into a station with VGA video
  17. and accesses Smart, a lockup will occur.  SmartVid can eliminate
  18. this problem.  Please note, SmartVid is compatible with SmartWare II
  19. version 1.02, 1.5, and 1.51.
  20.  
  21.  
  22. What SmartVid does:
  23.  
  24. SmartVid checks for the current machines video state and modifies
  25. the configuration file SMARTHDW.DEF to contain a driver that will
  26. allow proper loading of smart.  The video drivers are the only
  27. parameters that are modified.  Everything else remains the same.
  28. If you wish for SmartVid to NOT modify the configuration, hold down
  29. the right shift key while the batch file or menu selection to access
  30. Smart is executed.  A message will appear on the screen stating that
  31. the right shift key is depressed, and no changes are made.  This is
  32. for those times you wish to access Smart with a known video driver
  33. other than those selected with SmartVid.
  34.  
  35. Currently SmartVid supports the following SmartWare video drivers in
  36. these combinations:
  37.  
  38. EGACL    - EGA/VGA 25x80 color text mode
  39. VGA      - VGA and compatibles, 640x480 16 color
  40.  
  41. EGACL    - EGA/VGA 25x80 color text mode
  42. EGAECD   - 256K EGA on Enhanced Color Display, 640x350 16 color
  43.  
  44. MONO     - 25x80 text mode on Monochrome monitor
  45. HERCULES - Hercules graphics card & compatibles 720x348 2 color
  46.  
  47. MCGCL    - IBM MCGA (PS/2 model 30) 25x80 color display, text mode
  48. MCGA     - MCGA (PS/2 model 30) & VGA 640x480 2 color
  49.  
  50.  
  51.  
  52. Example of batch file to load SmartWare via SmartVid.
  53. In this example, drive W is setup as one of the search paths
  54. on a Novell FileServer.  The home\user\smartii directory is
  55. the users personal SmartII directory which contains various
  56. files including SMARTHDW.DEF.
  57.  
  58. @echo off
  59. w:                             { W: is setup as a search drive on Novell }
  60. cd \\fs1\sys\public\smartii
  61. f:
  62. cd \\fs1\sys\home\%username%\smartii
  63. smartvid
  64. smartp -d
  65.  
  66.  
  67. The %username% is an evironment variable setup in the system
  68. login script and is set to the users name.  This batch file
  69. assumes that you have a home directory setup for each user
  70. under \HOME .
  71.  
  72.  
  73.  
  74.  
  75. SmartVid is NOT free software.  You are licensed to try SmartVid
  76. on a trial basis for 14 days to determine if it fills a need
  77. for you.  If after this period you find that you are still using
  78. SmartVid, you must register the program for a nominal fee.  Since
  79. SmartVid is for networks, it is licensed on a per file server basis.
  80. The current cost of SmartVid is $25 per fileserver.  A Site license
  81. for up to 10 fileservers is available for $150.
  82.  
  83. To license SmartVid, print the following order form and mail to the
  84. address below:
  85.  
  86. Joe Smith
  87. 1509 E McCanse
  88. Springfield, MO 65803
  89.  
  90.  
  91. You will receive a diskette with a personalized copy of SmartVid
  92. for your site.
  93.  
  94.  
  95. If you have comments, bug reports, or would like to see additions
  96. to SmartVid, I can be reached on CompuServe @ user id 70640,2152.
  97.  
  98.  
  99. ---------------------------------------------------------------------
  100.  
  101. Order form v 1.0
  102.  
  103. Company Name _______________________________________________
  104.  
  105. Street       _______________________________________________
  106.  
  107. State        ____  Zip Code ________  Country  _____________
  108.  
  109. Attention    _______________________________________________
  110.  
  111.                        Qty                Total
  112.  
  113. Single Server license _____ @ $25 ea.     _____
  114.  
  115. Site License          _____ @ $150 ea.    _____
  116.  
  117. Shipping and Handling                      2.50
  118.  
  119.  
  120. Total                                     _____
  121.  
  122. Media Size   5.25 ____  3.5 _____
  123.  
  124. (add $1 for both media types)
  125.  
  126.  
  127. Make check payable to Joe Smith
  128.  
  129.  
  130.